home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-10-10 | 1.6 KB | 43 lines | [TEXT/KAHL] |
- /* File: ClassBugProtos.h */
-
- void Init_all(void);
-
- void PrintWindow(WindowPtr wp);
- Boolean ShowJobDialog(WindowPtr wp);
- Boolean ShowSetupDialog(WindowPtr wp);
-
- Boolean select_file (FSSpec *theFile);
- OSErr open_selected_file (FSSpec *theFile, WindowPtr wp);
-
- void InstallAppleEventHandlers(void);
- pascal OSErr NotHandled (AEDescList *aevt, AEDescList *reply, long refCon);
- pascal OSErr HandleOapp (AEDescList *aevt, AEDescList *reply, long refCon);
- pascal OSErr HandleQuit (AEDescList *aevt, AEDescList *reply, long refCon);
- pascal OSErr HandleOdoc (AEDescList *aevt, AEDescList *reply, long refCon);
- pascal OSErr HandlePdoc (AEDescList *aevt, AEDescList *reply, long refCon);
-
- OSErr MyInteractWithUser(Boolean isUrgent);
-
- void SetItemEnable (MenuHandle theMenu, short theItem, Boolean enabled);
- void EnableFileCommands (Boolean userWindow);
- void AdjustMenus(void);
- void SetScrollMaxima (WindowPtr wp, wiHand info, Boolean setToZero);
- void SetControlPositions (WindowPtr wp, wiHand info);
- void NewDisplayWindow (void);
- void CloseAWindow (WindowPtr whichWindow);
- void DoAppleCmds (short theItem);
- void DoFileCmds (short theItem);
- void DoDemoCmds (short theItem);
- void Dispatch (long menuResult);
- void DoKey (EventRecord *theEvent);
- void DoUpdate (WindowPtr wp);
- void SetCtlActivate (WindowPtr wp, Boolean activate);
- void DoActivate (EventRecord *theEvent);
- void ScrollWindow (WindowPtr wp, wiHand info);
- pascal void ScrollCallback (ControlHandle whichControl, short partCode);
- void DoContentClick (WindowPtr whichWindow, Point globalPt);
- void DoGrowWindow(WindowPtr whichWindow, EventRecord *theEvent);
- void DoMouseDown (EventRecord *theEvent);
- void MainLoop(void);
- void main(void);
-